-
Notifications
You must be signed in to change notification settings - Fork 17
Support container deletion lock #558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #558 +/- ##
==========================================
+ Coverage 63.37% 63.64% +0.26%
==========================================
Files 29 29
Lines 3279 3328 +49
==========================================
+ Hits 2078 2118 +40
- Misses 1195 1204 +9
Partials 6 6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
c35b324 to
8be2e26
Compare
8be2e26 to
36ea58a
Compare
98910b0 to
332b5e1
Compare
cthulhu-rider
added a commit
to nspcc-dev/neofs-node
that referenced
this pull request
Dec 3, 2025
This auto-makes IR to deploy/update Container contract with supported locks nspcc-dev/neofs-contract#558. Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
added a commit
to nspcc-dev/neofs-node
that referenced
this pull request
Dec 3, 2025
Catch 'container is locked' exception added in nspcc-dev/neofs-contract#558 and respond with `CONTAINER_LOCKED` API status on it. Signed-off-by: Leonard Lyubich <[email protected]>
roman-khimov
reviewed
Dec 5, 2025
3384793 to
a62baea
Compare
cthulhu-rider
added a commit
to nspcc-dev/neofs-node
that referenced
this pull request
Dec 5, 2025
This auto-makes IR to deploy/update Container contract with supported locks nspcc-dev/neofs-contract#558. This also makes IR to accept containers with lock attribute. Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
added a commit
to nspcc-dev/neofs-node
that referenced
this pull request
Dec 5, 2025
Catch 'container is locked' exception added in nspcc-dev/neofs-contract#558 and respond with `CONTAINER_LOCKED` API status on it. Signed-off-by: Leonard Lyubich <[email protected]>
roman-khimov
reviewed
Dec 5, 2025
4eae684 to
420c90d
Compare
roman-khimov
reviewed
Dec 8, 2025
Attribute was introduced in nspcc-dev/neofs-api#357. It is now validated on creation, checked on deletion and can be set/reset in existing container. Closes #497. Signed-off-by: Leonard Lyubich <[email protected]>
420c90d to
d647bfe
Compare
roman-khimov
approved these changes
Dec 8, 2025
cthulhu-rider
added a commit
to nspcc-dev/neofs-node
that referenced
this pull request
Dec 8, 2025
This auto-makes IR to deploy/update Container contract with supported locks nspcc-dev/neofs-contract#558. This also makes IR to accept containers with lock attribute. Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
added a commit
to nspcc-dev/neofs-node
that referenced
this pull request
Dec 8, 2025
Catch 'container is locked' exception added in nspcc-dev/neofs-contract#558 and respond with `CONTAINER_LOCKED` API status on it. Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
added a commit
to nspcc-dev/neofs-node
that referenced
this pull request
Dec 9, 2025
This auto-makes IR to deploy/update Container contract with supported locks nspcc-dev/neofs-contract#558. This also makes IR to accept containers with lock attribute. Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
added a commit
to nspcc-dev/neofs-node
that referenced
this pull request
Dec 9, 2025
Catch 'container is locked' exception added in nspcc-dev/neofs-contract#558 and respond with `CONTAINER_LOCKED` API status on it. Signed-off-by: Leonard Lyubich <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
also wanna w8 4 #555 and provide option to set lock attribute the same way